home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / lessons / misc.stk < prev    next >
Encoding:
Text File  |  1994-08-24  |  103 b   |  6 lines

  1. ;; New toplevel window
  2.  
  3. (toplevel '.new)
  4. (wm 'geometry .new "200x200")
  5. (wm 'title .new "A new window")
  6.